home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_d / dbet103e.zip / DBEMEMO.DFM / DBEMEMO.txt
Text File  |  1996-01-19  |  1KB  |  77 lines

  1. object MemoForm: TMemoForm
  2.   Left = 503
  3.   Top = 102
  4.   ActiveControl = Memo
  5.   BorderIcons = [biSystemMenu, biMaximize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'MemoForm'
  8.   ClientHeight = 273
  9.   ClientWidth = 427
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnKeyDown = FormKeyDown
  19.   OnResize = FormResize
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 427
  25.     Height = 230
  26.     Align = alClient
  27.     BevelOuter = bvNone
  28.     BorderWidth = 5
  29.     Caption = 'Panel1'
  30.     TabOrder = 0
  31.     object Memo: TMemo
  32.       Left = 5
  33.       Top = 5
  34.       Width = 417
  35.       Height = 220
  36.       Align = alClient
  37.       ScrollBars = ssVertical
  38.       TabOrder = 0
  39.     end
  40.   end
  41.   object Panel2: TPanel
  42.     Left = 0
  43.     Top = 230
  44.     Width = 427
  45.     Height = 43
  46.     Align = alBottom
  47.     BevelOuter = bvNone
  48.     TabOrder = 1
  49.     object OKBtn: TBitBtn
  50.       Left = 134
  51.       Top = 6
  52.       Width = 80
  53.       Height = 30
  54.       Caption = '&OK'
  55.       TabOrder = 1
  56.       Kind = bkOK
  57.     end
  58.     object CancelBtn: TBitBtn
  59.       Left = 218
  60.       Top = 6
  61.       Width = 80
  62.       Height = 30
  63.       TabOrder = 2
  64.       Kind = bkCancel
  65.     end
  66.     object UserBtn: TButton
  67.       Left = 4
  68.       Top = 6
  69.       Width = 80
  70.       Height = 30
  71.       Caption = 'UserBtn'
  72.       TabOrder = 0
  73.       Visible = False
  74.     end
  75.   end
  76. end
  77.